go/types.Checker.kindString (method)

3 uses

	go/types (current package)
		expr.go#L838: 			cause = check.sprintf("operator %s not defined on %s", op, check.kindString(errOp.typ)) // catch-all
		expr.go#L858: 		return check.kindString(typ) + " can only be compared to nil"
		expr.go#L869: func (check *Checker) kindString(typ Type) string {